.totals[data-v-72cd2b7b] {
    margin-bottom: 14px;
}
.totals .totals-title[data-v-72cd2b7b] {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.totals-time[data-v-72cd2b7b] {
    display: flex;
    gap: 32px;
}
.totals-time__item[data-v-72cd2b7b] {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    width: calc(33.3333333333% - 21.33px);
    height: 68px;
    background-color: #fff;
    border: 1.17px solid #E0E0E0;
    color: #9B9B9B;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    /* background: linear-gradient(225deg, rgb(31, 131, 209) 0%, rgb(56, 176, 223) 82%, rgb(58, 196, 233) 100%); */
}

.totals-time__item .numbers[data-v-72cd2b7b] {
    /* color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-variant-numeric: tabular-nums; */
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #343434;
}
@media screen and (max-width: 700px) {
    .totals[data-v-72cd2b7b] {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .totals-title[data-v-72cd2b7b] {
        padding-bottom: 4px;
        border-bottom: 1px solid #dfdfdf;
    }
    .totals-time[data-v-72cd2b7b] {
        border-top: none;
        flex-direction: column;
        gap: 12px;
    }
    .totals-time__item[data-v-72cd2b7b] {
        height: 24px;
        width: 100%;
        font-size: 14px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dfdfdf;
    }
    .totals-time__item .numbers span[data-v-72cd2b7b] {
        font-size: 16px;
    }
}
.dialog_wrapper[data-v-5823df5d] {
    padding: 24px 18px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 377px;
    width: 100%;
    margin: auto;
}
.dialog_wrapper[data-v-5823df5d] .el-form-item:not(:last-child) {
    margin-bottom: 16px;
}
.dialog_wrapper[data-v-5823df5d] .el-form-item:last-child {
    margin-bottom: 0;
}
.dialog_wrapper[data-v-5823df5d] .el-form-item .el-form-item__label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.dialog_wrapper[data-v-5823df5d] .el-form-item .el-select--large .el-select__wrapper {
    height: 51px;
}
.form[data-v-5823df5d] {
    display: flex;
    flex-direction: column;
}
.footer[data-v-5823df5d] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.footer[data-v-5823df5d] .el-form-item__content {
    justify-content: flex-end;
}
.footer button[data-v-5823df5d] {
    height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border-color: #000;
    transition: all 0.3s ease;
}
.footer button.el-button--primary[data-v-5823df5d] {
    border-color: #379cd6;
    background-color: #379cd6;
    color: #fff;
}
.footer button.el-button--primary[data-v-5823df5d]:hover {
    background-color: #3382d7;
}
.no-resize[data-v-5823df5d] .el-textarea__inner {
    resize: none !important;
    height: 131px;
}
.popup-overlay[data-v-95d666ff] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.popup-container[data-v-95d666ff] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 500px;
    box-shadow: 0 4px 10px #0000001a;
}
form[data-v-95d666ff] {
    margin-top: 10px;
}
.mb-2[data-v-95d666ff] {
    margin-bottom: 12px;
}
.flex[data-v-95d666ff] {
    display: flex;
}
.gap-4[data-v-95d666ff] {
    gap: 16px;
}
.info[data-v-95d666ff] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.info .data[data-v-95d666ff] {
    font-weight: 500;
    padding: 2px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f9f9f9;
    color: #505050;
}
.search[data-v-48c5d646] {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.search .title[data-v-48c5d646] {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.search input[data-v-48c5d646] {
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 58px;
    height: 40px;
    border: 1px solid #e0e0e0;
}
.search_icon[data-v-48c5d646] {
    fill: #c3c3c3;
    left: 30px;
    top: 12px;
    position: absolute;
}
.search_wrapper[data-v-48c5d646] {
    position: relative;
}
.top-list[data-v-48c5d646] {
    margin-top: 14px;
}
.top-list .title[data-v-48c5d646] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    position: relative;
}
.top-list .title svg[data-v-48c5d646] {
    width: 20px;
    height: 20px;
    fill: #6d6d6d;
}
.task-container[data-v-48c5d646] {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    max-height: calc(100vh - 740px);
    min-height: 90px;
    overflow: auto;
    border-radius: 4px;
}
.task-container[data-v-48c5d646]::-webkit-scrollbar-track {
    background-color: #fafafa;
}
.task-container[data-v-48c5d646]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 16px;
    margin: 30px;
}
.task-container .task[data-v-48c5d646] {
    padding: 6px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 36px;
    cursor: pointer;
}
.task-container .task .task-title[data-v-48c5d646] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}
.task-container .task .task-title .task-icons[data-v-48c5d646] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}
.task-container .task .task-title span[data-v-48c5d646] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.task-container .task.currentProject.active .task-title span[data-v-48c5d646] {
    color: #fff;
}
.task-container .task[data-v-48c5d646]:hover {
    background-color: #e8f2ff;
}
.task-container .task:hover .switch[data-v-48c5d646] {
    display: block;
}
.task-container .task.currentProject[data-v-48c5d646] {
    background-color: #e8f2ff;
}
.task-container .task.currentProject.active[data-v-48c5d646] {
    background-color: #47a658;
    color: #fff;
}
.task-container .task.currentProject.active .favorite[data-v-48c5d646],
.task-container .task.currentProject.active .history-icon[data-v-48c5d646] {
    fill: #fff;
}
.task-container .task.currentProject.active:hover .mini-timer[data-v-48c5d646] {
    display: none;
}
.task-container .task.currentProject.active:hover .clockout-mini[data-v-48c5d646] {
    display: block;
}
.task-container .task.selected[data-v-48c5d646] {
    background-color: #eee;
}
.favorite[data-v-48c5d646] {
    width: 16px;
    height: 16px;
    fill: #c3c3c3;
    cursor: pointer;
    transition: fill 0.2s ease;
}
.favorite[data-v-48c5d646]:hover,
.favorite.filled[data-v-48c5d646] {
    fill: #f5b301;
}
.favorite.filled[data-v-48c5d646]:hover {
    fill: #e6a000;
}
.favorite.hover-only[data-v-48c5d646] {
    display: none;
}
.task:hover .favorite.hover-only[data-v-48c5d646] {
    display: block;
}
.history-icon[data-v-48c5d646] {
    width: 16px;
    height: 16px;
    fill: #6d6d6d;
}
.switch[data-v-48c5d646] {
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: auto;
    display: none;
    height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.mini-timer[data-v-48c5d646],
.mini-timer-container[data-v-48c5d646] {
    margin-left: auto;
}
.clockout-mini[data-v-48c5d646] {
    display: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 2px;
    font-size: 13px;
}
.in[data-v-48c5d646] {
    background-color: #47a658;
}
.mobile-buttons[data-v-48c5d646] {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.mobile-buttons button[data-v-48c5d646] {
    width: 100%;
    background-color: #47a658;
    color: #fff;
    border: none;
    padding: 10px;
}
@media screen and (max-width: 700px) {
    .search[data-v-48c5d646],
    .top-list[data-v-48c5d646] {
        font-size: 16px;
    }
    .top-list .title[data-v-48c5d646],
    .top-list .task[data-v-48c5d646] {
        font-size: inherit;
    }
    .task-container[data-v-48c5d646] {
        height: 300px;
        max-height: 300px;
    }
    .favorite[data-v-48c5d646] {
        width: 24px;
        height: 24px;
    }
    .favorite.hover-only[data-v-48c5d646] {
        opacity: 1;
    }
    .history-icon[data-v-48c5d646] {
        width: 20px;
        height: 20px;
    }
    .mobile-buttons[data-v-48c5d646] {
        font-size: 16px;
    }
    .mobile-buttons button[data-v-48c5d646] {
        font-size: inherit;
    }
}
.time_tracker-container[data-v-d857ecbf] {
    width: 100%;
    height: calc(100vh - 133px);
    border: 1px solid #e0e0e0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
}
.time_tracker-container .start_form_wrapper[data-v-d857ecbf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content[data-v-d857ecbf] {
    /* background-color: #f2f8ff; */
    background: #FFFFFF;
    padding: 24px 24px 21px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1200px) {
    .content[data-v-d857ecbf] {
        overflow: auto;
    }
}
.is-active .content[data-v-d857ecbf] {
    background-color: #47a6581a;
}
.green-ball[data-v-d857ecbf] {
    width: 7px;
    height: 7px;
    background-color: #47a658;
    border-radius: 50%;
    display: block;
}
.activation-time[data-v-d857ecbf] {
    display: flex;
    align-items: center;
    gap: 20px;
    color: red;
    font-size: 12px;
    font-weight: 400;
}
.blue-text[data-v-d857ecbf] {
    color: #4684ca;
    font-weight: 700;
}
.notes[data-v-d857ecbf],
.task-type[data-v-d857ecbf],
.role[data-v-d857ecbf],
.billable[data-v-d857ecbf] {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.notes .title[data-v-d857ecbf],
.task-type .title[data-v-d857ecbf],
.role .title[data-v-d857ecbf],
.billable .title[data-v-d857ecbf] {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: 0;
}
.notes .like_field[data-v-d857ecbf],
.task-type .like_field[data-v-d857ecbf],
.role .like_field[data-v-d857ecbf],
.billable .like_field[data-v-d857ecbf] {
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    height: 40px;
    border-radius: 4px;
}
.notes .like_field.disabled[data-v-d857ecbf],
.task-type .like_field.disabled[data-v-d857ecbf],
.role .like_field.disabled[data-v-d857ecbf],
.billable .like_field.disabled[data-v-d857ecbf] {
    background-color: #fff;
}
.notes .like_field.notes_textarea[data-v-d857ecbf],
.task-type .like_field.notes_textarea[data-v-d857ecbf],
.role .like_field.notes_textarea[data-v-d857ecbf],
.billable .like_field.notes_textarea[data-v-d857ecbf] {
    height: 84px;
}
.task-type select[data-v-d857ecbf] {
    width: 100%;
    height: 30px;
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
    padding: 0;
}
.task-type .like_field[data-v-d857ecbf] {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.title[data-v-d857ecbf] {
    margin-top: 10px;
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 600;
}
.title input[data-v-d857ecbf] {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.buttons[data-v-d857ecbf] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-left: auto;
    width: fit-content;
}
.buttons button[data-v-d857ecbf] {
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.break[data-v-d857ecbf] {
    background-color: #f7931f;
}
.out[data-v-d857ecbf] {
    background-color: #df2027;
}
.in[data-v-d857ecbf] {
    /* background-color: #47a658; */
    background-color: #EBFF51;
    color: #000000 !important;
}

.relative[data-v-d857ecbf] {
    position: relative;
}
.mobile-job-selector[data-v-d857ecbf] {
    display: none;
}
@media (max-width: 700px) {
    .content[data-v-d857ecbf] {
        margin-top: 32px;
        background-color: unset;
        padding: 0;
        font-size: 16px;
    }
    .time_tracker-container[data-v-d857ecbf] {
        height: 100vh;
        max-width: 100%;
        border: none;
        padding: 0 24px;
    }
    .notes[data-v-d857ecbf] {
        font-size: inherit;
    }
    .notes .like_field.notes_textarea[data-v-d857ecbf] {
        height: 100px;
    }
    .task-type[data-v-d857ecbf] {
        font-size: inherit;
    }
    .task-type .like_field[data-v-d857ecbf] {
        height: 42px;
    }
    .job-list-wrapper[data-v-d857ecbf] {
        display: none;
    }
    .mobile-job-selector[data-v-d857ecbf] {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }
    .mobile-job-selector__header[data-v-d857ecbf] {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }
    .mobile-job-selector__selected-job[data-v-d857ecbf] {
        padding: 10px;
        height: 44px;
        background-color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #d9d9d9;
        border-bottom: none;
    }
    .mobile-job-selector__choose-job[data-v-d857ecbf] {
        height: 44px;
        border: 1px solid #d9d9d9;
    }
    .buttons[data-v-d857ecbf] {
        width: 100%;
        height: 44px;
        margin: 24px 0;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }
    .buttons[data-v-d857ecbf] > * {
        width: 100%;
        height: 100%;
        font-size: inherit;
    }
}
.container[data-v-73c25709] {
    margin-left: 0;
    max-width: 1690px;
}
.desktop_container[data-v-73c25709] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
}
@media screen and (max-width: 1066px) {
    .desktop_container[data-v-73c25709] {
        flex-direction: column;
    }
}
@media screen and (max-width: 700px) {
    .desktop_container[data-v-73c25709] {
        flex-direction: column;
    }
}
.time_tracker_wrapper[data-v-73c25709] {
    max-width: 420px;
    width: 100%;
}
.flowium_values[data-v-73c25709] {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    width: 100%;
}
@media screen and (max-width: 1560px) {
    .flowium_values[data-v-73c25709] {
        flex-wrap: wrap;
    }
}
.flowium_values .section[data-v-73c25709] {
    width: 25%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 1660px) {
    .flowium_values .section[data-v-73c25709] {
        font-size: 14px;
    }
}
@media screen and (max-width: 1560px) {
    .flowium_values .section[data-v-73c25709] {
        width: 50%;
    }
}
@media screen and (max-width: 1370px) {
    .flowium_values .section[data-v-73c25709] {
        width: 25%;
    }
}
.flowium_values .section .background[data-v-73c25709] {
    border-radius: 4px;
    padding: 4px 10px;
}
.flowium_values .section.own[data-v-73c25709] {
    background: #ebf7ff;
}
.flowium_values .section.own .background[data-v-73c25709] {
    background: #2a4059;
}
.flowium_values .section.own .text[data-v-73c25709] {
    color: #2a4059;
}
.flowium_values .section.long_game[data-v-73c25709] {
    background: #7dd5f3;
}
.flowium_values .section.long_game .background[data-v-73c25709] {
    background: #2a4059;
}
.flowium_values .section.long_game .text[data-v-73c25709] {
    color: #2a4059;
}
.flowium_values .section.integrity[data-v-73c25709] {
    background: #04affc;
}
.flowium_values .section.integrity .background[data-v-73c25709] {
    background: #fff;
    color: #2a4059;
}
.flowium_values .section.innovation[data-v-73c25709] {
    background: #2990d5;
}
.flowium_values .section.innovation .background[data-v-73c25709] {
    background: #fff;
    color: #2a4059;
}
.static_content[data-v-73c25709] {
    width: 100%;
}
.static_content .top[data-v-73c25709] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1415px) {
    .static_content .top[data-v-73c25709] {
        flex-direction: column;
    }
}
.static_content .left[data-v-73c25709] {
    max-width: 468px;
    width: 100%;
}
@media screen and (max-width: 1415px) {
    .static_content .left[data-v-73c25709] {
        max-width: 100%;
    }
}
.static_content .left .chart[data-v-73c25709] {
    margin-top: 14px;
    /* background: #f2f8ff; */
    background: #343434;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    padding: 24px;
}
.static_content .left .members-hours-bar-wrapper[data-v-73c25709] {
    /* background: #f2f8ff; */
    background: #343434;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    padding: 24px;
}
.static_content .left[data-v-73c25709] .project-hours-card .project-legend .project-legend-item {
    width: 176px;
}
.static_content .left[data-v-73c25709] .project-hours-card .section-title {
    text-align: left;
}
.static_content .left[data-v-73c25709] .project-hours-card .sort-controls .sort-label {
    text-wrap: nowrap;
}
.static_content img[data-v-73c25709] {
    width: 100%;
    display: block;
    max-width: 700px;
    margin: 0 auto 64px;
}
.static_content[data-v-73c25709] .members-hours-bar {
    flex-direction: column;
}
.static_content[data-v-73c25709] .members-hours-bar .progress-bar-with-legend {
    flex-direction: column-reverse;
}
.static_content[data-v-73c25709] .members-hours-bar .progress-bar .hours-by-colors {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.text[data-v-73c25709] {
    text-align: center;
}
.text .title[data-v-73c25709] {
    color: #1796dd;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 12px;
}
.text .subtitle[data-v-73c25709] {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.text .steps[data-v-73c25709] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.text .step_title[data-v-73c25709] {
    color: #1796dd;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.text .step_text[data-v-73c25709] {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.text .step_text[data-v-73c25709] span {
    color: #1796dd;
    font-weight: 700;
    font-size: 20px;
}
.key-results[data-v-73c25709] {
    margin-top: 24px;
}
.key-results .key-results-title[data-v-73c25709] {
    color: #1796dd;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 14px;
    text-align: center;
}
.key-results .key-results-list[data-v-73c25709] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.key-results .key-result-item[data-v-73c25709] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f9ff;
    border-radius: 4px;
    padding: 10px;
    border-left: 4px solid #1796dd;
}
.key-results .key-result-item .key-result-number[data-v-73c25709] {
    background: #1796dd;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.key-results .key-result-item .key-result-text[data-v-73c25709] {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.4;
}
.key-results .key-result-item .key-result-text[data-v-73c25709] .highlight {
    color: #1796dd;
    font-weight: 700;
}
